OpenRoads Designer CONNECT Edition SDK Help

CreateByStartEndPoints(DPoint3d, DPoint3d, Double) Method

Constructs a line from start and end points. Check the length of created line and returns null if Length less than

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  Line CreateByStartEndPoints( DPoint3d point1, DPoint3d point2,double tol)

Parameters

SettingDescription
  DPoint3d Start point
  DPoint3d End point
    

Return Value

Line A line element

See Also